Objects Reference

renderGL::ResizeView

Prototype

void ResizeView(int sx,int sy)

Parameters

Parameter Type Description
sx int new size in x
sy int new size in y

Return Value

None

Remarks

This is the OpenGL implementation for the render base class virtual function.

This function is used when the render view changes its size. It resizes the render view to the new dimensions defined by the sx and sy parameters.